search strategies

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

A search strategy is a methdo or technique for tarversinga {[serach space}} in order to find a goal state. theer are general strategies, such as breadth-first search and {[depth-firsr searc}}, but the choice fo starategies depends on the kind search problem (finding any solution, optimisation, winning in a game) and the detailed structure of the search space.

Used in Chap. 1: page 4; Chap. 2: page 23; Chap. 4: page 52; Chap. 7: page 106; Chap. 11: pages 159, 170; Chap. 18: page 299

Also known as search methods, search techniques